ejecutar solo
php artisan migrate
y luego
php artisan migrate --path=database/migrations/2024_01_17_000000_create_banner_labs_table.php

php artisan storage:link


ALGUNAS SOLUCIONES A OPTIMIZAR
php artisan config:cache
php artisan route:cache
php artisan view:cache


para revisar las query
php artisan debug:query-log
